MessageIsAllDayEvent Property |
Contains true if the appointment is all day event.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool IsAllDayEvent { get; set; }Public Property IsAllDayEvent As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance is all day event; otherwise,
false.
See Also